home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glcfly.dxr / 00057.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  359 b   |  18 lines

  1. on mouseDown
  2.   set the visible of sprite 24 to 0
  3.   if the type of sprite 10 = 16 then
  4.     set the movieRate of sprite 10 to 0
  5.     set the controller of cast the castNum of sprite 10 to 0
  6.   end if
  7.   puppetSound("Tone")
  8.   updateStage()
  9.   repeat while the mouseDown
  10.     nothing()
  11.   end repeat
  12.   set the visible of sprite 24 to 1
  13. end
  14.  
  15. on mouseUp
  16.   go("Mov5")
  17. end
  18.